home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <html><head><title>FileDateTime Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03020407"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css"> p.P1{ } p.P2{ } span.T1{ font-weight:bold;} </style></head><body> <help:to-be-embedded Eid="filedatetime" xmlns:help="http://openoffice.org/2000/help"> <p class="Head1"><help:link Id="66622">FileDateTime Function [Runtime]</help:link></p> <p class="Paragraph">Returns a string that indicates the date and time a file was created or last modified.</p> </help:to-be-embedded> <p class="Paragraph"><span class="T1">Syntax</span>:</p> <p class="Paragraph">FileDateTime (Text As String) <help:key-word value="FileDateTime" tag="kw66622_1" xmlns:help="http://openoffice.org/2000/help"/></p> <p class="Paragraph"><span class="T1">Parameter</span>:</p> <p class="Paragraph">Text: Any string expression that contains an unambiguous (no wildcards) file specification. The <help:link Id="66636" Eid="urllocal" xmlns:help="http://openoffice.org/2000/help">URL notation</help:link> can also be used here.</p> <p class="Paragraph">This function determines the exact time of creation or last modification of a file, returned in the format "MM.DD.YYYY HH.MM.SS".</p> <p class="P2">Example:</p> <p class="PropText">Sub ExampleFileDateTime</p> <p class="PropText">msgbox FileDateTime("C:\autoexec.bat")</p> <p class="PropText">end sub</p> </body></html>